home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
arug
/
arug 29
/
devs
/
mountlistbak
< prev
next >
Wrap
Text File
|
1994-01-27
|
885b
|
41 lines
/* An example MOUNTLIST file enabling a 5" disk to be mounted
as DF1:, an interactive serial port mounted as AUX: and a
pipe handler mounted as PIPE:
*/
VD0: Device = vdisk.device
Unit = 1
Flags = 0
Surfaces = 1
BlocksPerTrack = 16
Priority = 5
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 255
BufMemType = 5
#
DF2: Device = trackdisk.device
Unit = 2
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0 ; HighCyl = 39
BufMemType = 5
#
AUX: Handler = L:Aux-Handler
Stacksize = 700
Priority = 5
#
PIPE: Handler = L:Pipe-Handler
Stacksize = 700
Priority = 5
#